MiniTutorials

Debugging RTSS Applications in Visual Studio

RTX64 applications can be debugged using the familiar Microsoft Visual Studio development environment. This MiniTutorial will show how to debug:

Running an RTSS Application in the Debugger

When Real-time Subsystem (RTSS) applications are debugged in the Visual Studio development environment, RTX64 ensures that the RTSS project will be under RTX64 control. RTSS applications are started by the RTX64 loader instead of the Windows loader.

Sample Programs

Program source code that will be used in the debug examples will come from existing applications found in the RTX64 samples directory. The default location for the RTX64 samples is:

%public%\intervalzero\4.5\samples

Real-Time Subsystem

Before running or debugging any of the programs, ensure that the real-time subsystem is up by checking the RTX64 Control Panel.

Sections: